PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererImageScalingMode Enumeration
In This Topic
    PDFRendererImageScalingMode Enumeration
    In This Topic
    Specifies the suppoted modes for scaling images.
    Members
    MemberDescription
    BicubicBicubic method is used to scale the image. Slower than bilinear but higher quality.
    BilinearBilinear method is used to scale the image. Slower than nearest neighbour but better quality.
    NearestNeighbourNearest neighbour method is used to scale the image. Faster but lower quality.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.render.PDFRendererImageScalingMode

    See Also